ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridRowBaseTagHelper<TControl> Class / MinWidth Property

In This Topic
    MinWidth Property (TransposedGridRowBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.MinWidth. Sets the minimum width of this column.
    Syntax
    'Declaration
     
    Public Property MinWidth As Nullable(Of Integer)
    public Nullable<int> MinWidth {get; set;}
    See Also